←Select platform

SetItem Method

Summary

Sets an item in the collection with a new value.

Syntax

C#
VB
Java
WinRT C#
protected override void SetItem( 
   int index, 
   T item 
) 
Protected Overrides Sub SetItem( _ 
   ByVal index As Integer, _ 
   ByVal item As T _ 
)  
protected override void SetItem(  
   int index, 
   T item 
) 
public E set(int index, E object) 
 function Leadtools.Annotations.Core.AnnObservableCollection.SetItem(  
   index , 
   item  
) 

Parameters

index
0-based index of the item.

item
New value

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly